Html Css Color HEX #FFC4DC Classic Rose

📋 copy color: '#FFC4DC'

red 255 ◦ green 196 ◦ blue 220

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

Shades of Classic Rose #FFC4DC

Tints of Classic Rose #FFC4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.21%

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

R = 38%
G = 29.21%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFC4DC (or 0xFFC4DC) is known color: Classic Rose. HEX triplet: FF, C4 and DC. RGB value is (255,196,220). Sum of RGB (Red+Green+Blue) = 255+196+220=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4DC is #003B23. Grayscale: #D8D8D8. Windows color (decimal): -15140 or 14468351. OLE color: 14468351.

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

Color convert

RGB 255 196 220 -
CMYK 0 0.23 0.14 0
HSL 335.59º 1% 0.88% -
HSV(B) 335.59º 0.23% 1% -
XYZ 73.9 65.91 76.54 -
YUV 216.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 255 196 220 0 0.23 0.14 0 335.59 1 0.88
Hex FF C4 DC 0 17 E 0 150 64 58
Octal 377 304 334 0 27 16 0 520 144 130
Binary 11111111 11000100 11011100 0 10111 1110 0 101010000 1100100 1011000

Color Harmonies of #FFC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4DC

Black with #FFC4DC

Text Example


Text Example

White with #FFC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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