Html Css Color HEX #FFD0CB Cosmos

📋 copy color: '#FFD0CB'

red 255 ◦ green 208 ◦ blue 203

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

Shades of Cosmos #FFD0CB

Tints of Cosmos #FFD0CB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

 BLUE value IS 203 (79.69% from 255) = 30.48%

R = 38.29%
G = 31.23%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFD0CB (or 0xFFD0CB) is known color: Cosmos. HEX triplet: FF, D0 and CB. RGB value is (255,208,203). Sum of RGB (Red+Green+Blue) = 255+208+203=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0CB is #002F34. Grayscale: #DDDDDD. Windows color (decimal): -12085 or 13357311. OLE color: 13357311.

HSL color Cylindrical-coordinate representation of color #FFD0CB: hue angle of 5.77º 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 #FFD0CB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 208 203 -
CMYK 0 0.18 0.20 0
HSL 5.77º 1% 0.9% -
HSV(B) 5.77º 0.2% 1% -
XYZ 74.58 70.68 66.21 -
YUV 221.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 255 208 203 0 0.18 0.20 0 5.77 1 0.9
Hex FF D0 CB 0 12 14 0 6 64 5A
Octal 377 320 313 0 22 24 0 6 144 132
Binary 11111111 11010000 11001011 0 10010 10100 0 110 1100100 1011010

Color Harmonies of #FFD0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0CB

Black with #FFD0CB

Text Example


Text Example

White with #FFD0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0CB; }

 p { color: rgb(255,208,203); }

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

background-color css

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

 a { background-color: rgb(255,208,203); }

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

border-color css

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

 span { border-color: rgb(255,208,203); }

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