Html Css Color HEX #F2D5EA Classic Rose

📋 copy color: '#F2D5EA'

red 242 ◦ green 213 ◦ blue 234

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

Shades of Classic Rose #F2D5EA

Tints of Classic Rose #F2D5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.91%

 BLUE value IS 234 (91.8% from 255) = 33.96%

R = 35.12%
G = 30.91%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2D5EA (or 0xF2D5EA) is known color: Classic Rose. HEX triplet: F2, D5 and EA. RGB value is (242,213,234). Sum of RGB (Red+Green+Blue) = 242+213+234=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 213 (83.59% from 255 or 30.91% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D5EA is #0D2A15. Grayscale: #E0E0E0. Windows color (decimal): -862742 or 15390194. OLE color: 15390194.

HSL color Cylindrical-coordinate representation of color #F2D5EA: hue angle of 316.55º degrees, saturation: 0.53, 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 #F2D5EA is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 234 -
CMYK 0 0.12 0.03 0.05
HSL 316.55º 0.53% 0.89% -
HSV(B) 316.55º 0.12% 0.95% -
XYZ 75.26 72.41 87.85 -
YUV 224.07 133.61 140.79 -
System Red Green Blue C M Y K H S L
Decimal 242 213 234 0 0.12 0.03 0.05 316.55 0.53 0.89
Hex F2 D5 EA 0 C 3 5 13D 35 59
Octal 362 325 352 0 14 3 5 475 65 131
Binary 11110010 11010101 11101010 0 1100 11 101 100111101 110101 1011001

Color Harmonies of #F2D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D5EA

Black with #F2D5EA

Text Example


Text Example

White with #F2D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D5EA; }

 p { color: rgb(242,213,234); }

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

background-color css

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

 a { background-color: rgb(242,213,234); }

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

border-color css

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

 span { border-color: rgb(242,213,234); }

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