Html Css Color HEX #F2D7EA Classic Rose

📋 copy color: '#F2D7EA'

red 242 ◦ green 215 ◦ blue 234

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

Shades of Classic Rose #F2D7EA

Tints of Classic Rose #F2D7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.11%

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

R = 35.02%
G = 31.11%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2D7EA (or 0xF2D7EA) is known color: Classic Rose. HEX triplet: F2, D7 and EA. RGB value is (242,215,234). Sum of RGB (Red+Green+Blue) = 242+215+234=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D7EA is #0D2815. Grayscale: #E1E1E1. Windows color (decimal): -862230 or 15390706. OLE color: 15390706.

HSL color Cylindrical-coordinate representation of color #F2D7EA: hue angle of 317.78º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7EA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 234 -
CMYK 0 0.11 0.03 0.05
HSL 317.78º 0.51% 0.9% -
HSV(B) 317.78º 0.11% 0.95% -
XYZ 75.77 73.42 88.02 -
YUV 225.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 242 215 234 0 0.11 0.03 0.05 317.78 0.51 0.9
Hex F2 D7 EA 0 B 3 5 13E 33 5A
Octal 362 327 352 0 13 3 5 476 63 132
Binary 11110010 11010111 11101010 0 1011 11 101 100111110 110011 1011010

Color Harmonies of #F2D7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7EA

Black with #F2D7EA

Text Example


Text Example

White with #F2D7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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