Html Css Color HEX #FED3DA Cherub

📋 copy color: '#FED3DA'

red 254 ◦ green 211 ◦ blue 218

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

Shades of Cherub #FED3DA

Tints of Cherub #FED3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.92%

R = 37.19%
G = 30.89%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FED3DA (or 0xFED3DA) is known color: Cherub. HEX triplet: FE, D3 and DA. RGB value is (254,211,218). Sum of RGB (Red+Green+Blue) = 254+211+218=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 211 (82.81% from 255 or 30.89% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3DA is #012C25. Grayscale: #E0E0E0. Windows color (decimal): -76838 or 14341118. OLE color: 14341118.

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

Color convert

RGB 254 211 218 -
CMYK 0 0.17 0.14 0.00
HSL 350.23º 0.96% 0.91% -
HSV(B) 350.23º 0.17% 1% -
XYZ 76.82 72.72 76.32 -
YUV 224.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 254 211 218 0 0.17 0.14 0.00 350.23 0.96 0.91
Hex FE D3 DA 0 11 E 0 15E 60 5B
Octal 376 323 332 0 21 16 0 536 140 133
Binary 11111110 11010011 11011010 0 10001 1110 0 101011110 1100000 1011011

Color Harmonies of #FED3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3DA

Black with #FED3DA

Text Example


Text Example

White with #FED3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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