Html Css Color HEX #FED4D4 Cosmos

📋 copy color: '#FED4D4'

red 254 ◦ green 212 ◦ blue 212

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

Shades of Cosmos #FED4D4

Tints of Cosmos #FED4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.27%

R = 37.46%
G = 31.27%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FED4D4 (or 0xFED4D4) is known color: Cosmos. HEX triplet: FE, D4 and D4. RGB value is (254,212,212). Sum of RGB (Red+Green+Blue) = 254+212+212=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4D4 is #012B2B. Grayscale: #E0E0E0. Windows color (decimal): -76588 or 13948158. OLE color: 13948158.

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

Color convert

RGB 254 212 212 -
CMYK 0 0.17 0.17 0.00
HSL 0.95% 0.91% -
HSV(B) 0.17% 1% -
XYZ 76.3 72.91 72.34 -
YUV 224.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 254 212 212 0 0.17 0.17 0.00 0 0.95 0.91
Hex FE D4 D4 0 11 11 0 0 5F 5B
Octal 376 324 324 0 21 21 0 0 137 133
Binary 11111110 11010100 11010100 0 10001 10001 0 0 1011111 1011011

Color Harmonies of #FED4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4D4

Black with #FED4D4

Text Example


Text Example

White with #FED4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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