Html Css Color HEX #FFCFC9 Cosmos

📋 copy color: '#FFCFC9'

red 255 ◦ green 207 ◦ blue 201

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

Shades of Cosmos #FFCFC9

Tints of Cosmos #FFCFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.22%

 BLUE value IS 201 (78.91% from 255) = 30.32%

R = 38.46%
G = 31.22%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFCFC9 (or 0xFFCFC9) is known color: Cosmos. HEX triplet: FF, CF and C9. RGB value is (255,207,201). Sum of RGB (Red+Green+Blue) = 255+207+201=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC9 is #003036. Grayscale: #DCDCDC. Windows color (decimal): -12343 or 13225983. OLE color: 13225983.

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

Color convert

RGB 255 207 201 -
CMYK 0 0.19 0.21 0
HSL 6.67º 1% 0.89% -
HSV(B) 6.67º 0.21% 1% -
XYZ 74.1 70.1 64.88 -
YUV 220.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 255 207 201 0 0.19 0.21 0 6.67 1 0.89
Hex FF CF C9 0 13 15 0 7 64 59
Octal 377 317 311 0 23 25 0 7 144 131
Binary 11111111 11001111 11001001 0 10011 10101 0 111 1100100 1011001

Color Harmonies of #FFCFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFC9

Black with #FFCFC9

Text Example


Text Example

White with #FFCFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFC9; }

 p { color: rgb(255,207,201); }

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

background-color css

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

 a { background-color: rgb(255,207,201); }

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

border-color css

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

 span { border-color: rgb(255,207,201); }

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