Html Css Color HEX #FFC7DC Classic Rose

📋 copy color: '#FFC7DC'

red 255 ◦ green 199 ◦ blue 220

#FFC7DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #FFC7DC

Tints of Classic Rose #FFC7DC

RGB

 RED value IS 255 (100% from 255) = 37.83%

 GREEN value IS 199 (78.13% from 255) = 29.53%

 BLUE value IS 220 (86.33% from 255) = 32.64%

R = 37.83%
G = 29.53%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFC7DC (or 0xFFC7DC) is known color: Classic Rose. HEX triplet: FF, C7 and DC. RGB value is (255,199,220). Sum of RGB (Red+Green+Blue) = 255+199+220=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 199 (78.12% from 255 or 29.53% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7DC is #003823. Grayscale: #DADADA. Windows color (decimal): -14372 or 14469119. OLE color: 14469119.

HSL color Cylindrical-coordinate representation of color #FFC7DC: hue angle of 337.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7DC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 220 -
CMYK 0 0.22 0.14 0
HSL 337.5º 1% 0.89% -
HSV(B) 337.5º 0.22% 1% -
XYZ 74.58 67.27 76.76 -
YUV 218.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 255 199 220 0 0.22 0.14 0 337.5 1 0.89
Hex FF C7 DC 0 16 E 0 152 64 59
Octal 377 307 334 0 26 16 0 522 144 131
Binary 11111111 11000111 11011100 0 10110 1110 0 101010010 1100100 1011001

Color Harmonies of #FFC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7DC

Black with #FFC7DC

Text Example


Text Example

White with #FFC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7DC; }

 p { color: rgb(255,199,220); }

 H1.HeaderClassName
 {
   color: #FFC7DC;
 }
 .AnyTagClassName
 {
   color: #FFC7DC;
 }
</style>

background-color css

<style>
 a { background-color: #FFC7DC; }

 a { background-color: rgb(255,199,220); }

 div.DivClassName
 {
   background-color: #FFC7DC;
 }
 .BgClassName
 {
   background-color: #FFC7DC;
 }
</style>

border-color css

<style>
 span { border-color: #FFC7DC; }

 span { border-color: rgb(255,199,220); }

 td.TdClassName
 {
   border-color: #FFC7DC;
 }
 .TagClassName
 {
   border-color: #FFC7DC;
 }
</style>