Html Css Color HEX #FDCFC9 Cosmos

📋 copy color: '#FDCFC9'

red 253 ◦ green 207 ◦ blue 201

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

Shades of Cosmos #FDCFC9

Tints of Cosmos #FDCFC9

RGB

 RED value IS 253 (99.22% from 255) = 38.28%

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

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

R = 38.28%
G = 31.32%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FDCFC9 (or 0xFDCFC9) is known color: Cosmos. HEX triplet: FD, CF and C9. RGB value is (253,207,201). Sum of RGB (Red+Green+Blue) = 253+207+201=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFC9 is #023036. Grayscale: #DCDCDC. Windows color (decimal): -143415 or 13225981. OLE color: 13225981.

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

Color convert

RGB 253 207 201 -
CMYK 0 0.18 0.21 0.01
HSL 6.92º 0.93% 0.89% -
HSV(B) 6.92º 0.21% 0.99% -
XYZ 73.36 69.73 64.85 -
YUV 220.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 253 207 201 0 0.18 0.21 0.01 6.92 0.93 0.89
Hex FD CF C9 0 12 15 1 7 5D 59
Octal 375 317 311 0 22 25 1 7 135 131
Binary 11111101 11001111 11001001 0 10010 10101 1 111 1011101 1011001

Color Harmonies of #FDCFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFC9

Black with #FDCFC9

Text Example


Text Example

White with #FDCFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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