Html Css Color HEX #FFD0C8 Cosmos

📋 copy color: '#FFD0C8'

red 255 ◦ green 208 ◦ blue 200

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

Shades of Cosmos #FFD0C8

Tints of Cosmos #FFD0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.17%

R = 38.46%
G = 31.37%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFD0C8 (or 0xFFD0C8) is known color: Cosmos. HEX triplet: FF, D0 and C8. RGB value is (255,208,200). Sum of RGB (Red+Green+Blue) = 255+208+200=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 200 (78.52% from 255 or 30.17% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C8 is #002F37. Grayscale: #DDDDDD. Windows color (decimal): -12088 or 13160703. OLE color: 13160703.

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

Color convert

RGB 255 208 200 -
CMYK 0 0.18 0.22 0
HSL 8.73º 1% 0.89% -
HSV(B) 8.73º 0.22% 1% -
XYZ 74.22 70.54 64.35 -
YUV 221.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 255 208 200 0 0.18 0.22 0 8.73 1 0.89
Hex FF D0 C8 0 12 16 0 9 64 59
Octal 377 320 310 0 22 26 0 11 144 131
Binary 11111111 11010000 11001000 0 10010 10110 0 1001 1100100 1011001

Color Harmonies of #FFD0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD0C8

Black with #FFD0C8

Text Example


Text Example

White with #FFD0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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