Html Css Color HEX #FFCDC9 Cosmos

📋 copy color: '#FFCDC9'

red 255 ◦ green 205 ◦ blue 201

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

Shades of Cosmos #FFCDC9

Tints of Cosmos #FFCDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.01%

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

R = 38.58%
G = 31.01%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFCDC9 (or 0xFFCDC9) is known color: Cosmos. HEX triplet: FF, CD and C9. RGB value is (255,205,201). Sum of RGB (Red+Green+Blue) = 255+205+201=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDC9 is #003236. Grayscale: #DBDBDB. Windows color (decimal): -12855 or 13225471. OLE color: 13225471.

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

Color convert

RGB 255 205 201 -
CMYK 0 0.20 0.21 0
HSL 4.44º 1% 0.89% -
HSV(B) 4.44º 0.21% 1% -
XYZ 73.61 69.14 64.72 -
YUV 219.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 255 205 201 0 0.20 0.21 0 4.44 1 0.89
Hex FF CD C9 0 14 15 0 4 64 59
Octal 377 315 311 0 24 25 0 4 144 131
Binary 11111111 11001101 11001001 0 10100 10101 0 100 1100100 1011001

Color Harmonies of #FFCDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDC9

Black with #FFCDC9

Text Example


Text Example

White with #FFCDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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