Html Css Color HEX #FED0F2 Classic Rose

📋 copy color: '#FED0F2'

red 254 ◦ green 208 ◦ blue 242

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

Shades of Classic Rose #FED0F2

Tints of Classic Rose #FED0F2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.55%

 BLUE value IS 242 (94.92% from 255) = 34.38%

R = 36.08%
G = 29.55%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FED0F2 (or 0xFED0F2) is known color: Classic Rose. HEX triplet: FE, D0 and F2. RGB value is (254,208,242). Sum of RGB (Red+Green+Blue) = 254+208+242=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 208 (81.64% from 255 or 29.55% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED0F2 is #012F0D. Grayscale: #E1E1E1. Windows color (decimal): -77582 or 15913214. OLE color: 15913214.

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

Color convert

RGB 254 208 242 -
CMYK 0 0.18 0.05 0.00
HSL 315.65º 0.96% 0.91% -
HSV(B) 315.65º 0.18% 1% -
XYZ 79.46 72.59 93.83 -
YUV 225.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 254 208 242 0 0.18 0.05 0.00 315.65 0.96 0.91
Hex FE D0 F2 0 12 5 0 13C 60 5B
Octal 376 320 362 0 22 5 0 474 140 133
Binary 11111110 11010000 11110010 0 10010 101 0 100111100 1100000 1011011

Color Harmonies of #FED0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0F2

Black with #FED0F2

Text Example


Text Example

White with #FED0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0F2; }

 p { color: rgb(254,208,242); }

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

background-color css

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

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

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

border-color css

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

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

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