Html Css Color HEX #FED3CC Cosmos

📋 copy color: '#FED3CC'

red 254 ◦ green 211 ◦ blue 204

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

Shades of Cosmos #FED3CC

Tints of Cosmos #FED3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.54%

 BLUE value IS 204 (80.08% from 255) = 30.49%

R = 37.97%
G = 31.54%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FED3CC (or 0xFED3CC) is known color: Cosmos. HEX triplet: FE, D3 and CC. RGB value is (254,211,204). Sum of RGB (Red+Green+Blue) = 254+211+204=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3CC is #012C33. Grayscale: #DFDFDF. Windows color (decimal): -76852 or 13423614. OLE color: 13423614.

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

Color convert

RGB 254 211 204 -
CMYK 0 0.17 0.20 0.00
HSL 8.4º 0.96% 0.9% -
HSV(B) 8.4º 0.2% 1% -
XYZ 75.07 72.02 67.07 -
YUV 223.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 254 211 204 0 0.17 0.20 0.00 8.4 0.96 0.9
Hex FE D3 CC 0 11 14 0 8 60 5A
Octal 376 323 314 0 21 24 0 10 140 132
Binary 11111110 11010011 11001100 0 10001 10100 0 1000 1100000 1011010

Color Harmonies of #FED3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3CC

Black with #FED3CC

Text Example


Text Example

White with #FED3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3CC; }

 p { color: rgb(254,211,204); }

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

background-color css

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

 a { background-color: rgb(254,211,204); }

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

border-color css

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

 span { border-color: rgb(254,211,204); }

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