Html Css Color HEX #FFCFCA Cosmos

📋 copy color: '#FFCFCA'

red 255 ◦ green 207 ◦ blue 202

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

Shades of Cosmos #FFCFCA

Tints of Cosmos #FFCFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.42%

R = 38.4%
G = 31.17%
B = 30.42%

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

#FFCFCA (or 0xFFCFCA) is known color: Cosmos. HEX triplet: FF, CF and CA. RGB value is (255,207,202). Sum of RGB (Red+Green+Blue) = 255+207+202=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFCA is #003035. Grayscale: #DCDCDC. Windows color (decimal): -12342 or 13291519. OLE color: 13291519.

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

Color convert

RGB 255 207 202 -
CMYK 0 0.19 0.21 0
HSL 5.66º 1% 0.9% -
HSV(B) 5.66º 0.21% 1% -
XYZ 74.21 70.15 65.51 -
YUV 220.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 255 207 202 0 0.19 0.21 0 5.66 1 0.9
Hex FF CF CA 0 13 15 0 6 64 5A
Octal 377 317 312 0 23 25 0 6 144 132
Binary 11111111 11001111 11001010 0 10011 10101 0 110 1100100 1011010

Color Harmonies of #FFCFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCFCA

Black with #FFCFCA

Text Example


Text Example

White with #FFCFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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