Html Css Color HEX #FFCAC9 Cosmos

📋 copy color: '#FFCAC9'

red 255 ◦ green 202 ◦ blue 201

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

Shades of Cosmos #FFCAC9

Tints of Cosmos #FFCAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.7%

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

R = 38.75%
G = 30.7%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFCAC9 (or 0xFFCAC9) is known color: Cosmos. HEX triplet: FF, CA and C9. RGB value is (255,202,201). Sum of RGB (Red+Green+Blue) = 255+202+201=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 201 (78.91% from 255 or 30.55% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC9 is #003536. Grayscale: #D9D9D9. Windows color (decimal): -13623 or 13224703. OLE color: 13224703.

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

Color convert

RGB 255 202 201 -
CMYK 0 0.21 0.21 0
HSL 1.11º 1% 0.89% -
HSV(B) 1.11º 0.21% 1% -
XYZ 72.9 67.72 64.49 -
YUV 217.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 255 202 201 0 0.21 0.21 0 1.11 1 0.89
Hex FF CA C9 0 15 15 0 1 64 59
Octal 377 312 311 0 25 25 0 1 144 131
Binary 11111111 11001010 11001001 0 10101 10101 0 1 1100100 1011001

Color Harmonies of #FFCAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCAC9

Black with #FFCAC9

Text Example


Text Example

White with #FFCAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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