Html Css Color HEX #FFD5CF Cosmos

📋 copy color: '#FFD5CF'

red 255 ◦ green 213 ◦ blue 207

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

Shades of Cosmos #FFD5CF

Tints of Cosmos #FFD5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.56%

 BLUE value IS 207 (81.25% from 255) = 30.67%

R = 37.78%
G = 31.56%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFD5CF (or 0xFFD5CF) is known color: Cosmos. HEX triplet: FF, D5 and CF. RGB value is (255,213,207). Sum of RGB (Red+Green+Blue) = 255+213+207=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CF is #002A30. Grayscale: #E0E0E0. Windows color (decimal): -10801 or 13620735. OLE color: 13620735.

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

Color convert

RGB 255 213 207 -
CMYK 0 0.16 0.19 0
HSL 7.5º 1% 0.91% -
HSV(B) 7.5º 0.19% 1% -
XYZ 76.3 73.35 69.17 -
YUV 224.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 255 213 207 0 0.16 0.19 0 7.5 1 0.91
Hex FF D5 CF 0 10 13 0 8 64 5B
Octal 377 325 317 0 20 23 0 10 144 133
Binary 11111111 11010101 11001111 0 10000 10011 0 1000 1100100 1011011

Color Harmonies of #FFD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD5CF

Black with #FFD5CF

Text Example


Text Example

White with #FFD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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