Html Css Color HEX #FED4CF Cosmos

📋 copy color: '#FED4CF'

red 254 ◦ green 212 ◦ blue 207

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

Shades of Cosmos #FED4CF

Tints of Cosmos #FED4CF

RGB

 RED value IS 254 (99.61% from 255) = 37.74%

 GREEN value IS 212 (83.2% from 255) = 31.5%

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

R = 37.74%
G = 31.5%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FED4CF (or 0xFED4CF) is known color: Cosmos. HEX triplet: FE, D4 and CF. RGB value is (254,212,207). Sum of RGB (Red+Green+Blue) = 254+212+207=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CF is #012B30. Grayscale: #E0E0E0. Windows color (decimal): -76593 or 13620478. OLE color: 13620478.

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

Color convert

RGB 254 212 207 -
CMYK 0 0.17 0.19 0.00
HSL 6.38º 0.96% 0.9% -
HSV(B) 6.38º 0.19% 1% -
XYZ 75.68 72.66 69.07 -
YUV 223.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 254 212 207 0 0.17 0.19 0.00 6.38 0.96 0.9
Hex FE D4 CF 0 11 13 0 6 60 5A
Octal 376 324 317 0 21 23 0 6 140 132
Binary 11111110 11010100 11001111 0 10001 10011 0 110 1100000 1011010

Color Harmonies of #FED4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4CF

Black with #FED4CF

Text Example


Text Example

White with #FED4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4CF; }

 p { color: rgb(254,212,207); }

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

background-color css

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

 a { background-color: rgb(254,212,207); }

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

border-color css

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

 span { border-color: rgb(254,212,207); }

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