Html Css Color HEX #FFD4CC Cosmos

📋 copy color: '#FFD4CC'

red 255 ◦ green 212 ◦ blue 204

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

Shades of Cosmos #FFD4CC

Tints of Cosmos #FFD4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.59%

 BLUE value IS 204 (80.08% from 255) = 30.4%

R = 38%
G = 31.59%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFD4CC (or 0xFFD4CC) is known color: Cosmos. HEX triplet: FF, D4 and CC. RGB value is (255,212,204). Sum of RGB (Red+Green+Blue) = 255+212+204=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4CC is #002B33. Grayscale: #E0E0E0. Windows color (decimal): -11060 or 13423871. OLE color: 13423871.

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

Color convert

RGB 255 212 204 -
CMYK 0 0.17 0.2 0
HSL 9.41º 1% 0.9% -
HSV(B) 9.41º 0.2% 1% -
XYZ 75.68 72.71 67.17 -
YUV 223.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 255 212 204 0 0.17 0.2 0 9.41 1 0.9
Hex FF D4 CC 0 11 14 0 9 64 5A
Octal 377 324 314 0 21 24 0 11 144 132
Binary 11111111 11010100 11001100 0 10001 10100 0 1001 1100100 1011010

Color Harmonies of #FFD4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4CC

Black with #FFD4CC

Text Example


Text Example

White with #FFD4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4CC; }

 p { color: rgb(255,212,204); }

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

background-color css

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

 a { background-color: rgb(255,212,204); }

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

border-color css

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

 span { border-color: rgb(255,212,204); }

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