Html Css Color HEX #F2D4E5 Classic Rose

📋 copy color: '#F2D4E5'

red 242 ◦ green 212 ◦ blue 229

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

Shades of Classic Rose #F2D4E5

Tints of Classic Rose #F2D4E5

RGB

 RED value IS 242 (94.92% from 255) = 35.43%

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

 BLUE value IS 229 (89.84% from 255) = 33.53%

R = 35.43%
G = 31.04%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2D4E5 (or 0xF2D4E5) is known color: Classic Rose. HEX triplet: F2, D4 and E5. RGB value is (242,212,229). Sum of RGB (Red+Green+Blue) = 242+212+229=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4E5 is #0D2B1A. Grayscale: #DEDEDE. Windows color (decimal): -863003 or 15062258. OLE color: 15062258.

HSL color Cylindrical-coordinate representation of color #F2D4E5: hue angle of 326º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D4E5 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 229 -
CMYK 0 0.12 0.05 0.05
HSL 326º 0.54% 0.89% -
HSV(B) 326º 0.12% 0.95% -
XYZ 74.3 71.62 84.04 -
YUV 222.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 242 212 229 0 0.12 0.05 0.05 326 0.54 0.89
Hex F2 D4 E5 0 C 5 5 146 36 59
Octal 362 324 345 0 14 5 5 506 66 131
Binary 11110010 11010100 11100101 0 1100 101 101 101000110 110110 1011001

Color Harmonies of #F2D4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D4E5

Black with #F2D4E5

Text Example


Text Example

White with #F2D4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D4E5; }

 p { color: rgb(242,212,229); }

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

background-color css

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

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

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

border-color css

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

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

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