Html Css Color HEX #F2D9EA Classic Rose

📋 copy color: '#F2D9EA'

red 242 ◦ green 217 ◦ blue 234

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

Shades of Classic Rose #F2D9EA

Tints of Classic Rose #F2D9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.31%

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

R = 34.92%
G = 31.31%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F2D9EA (or 0xF2D9EA) is known color: Classic Rose. HEX triplet: F2, D9 and EA. RGB value is (242,217,234). Sum of RGB (Red+Green+Blue) = 242+217+234=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9EA is #0D2615. Grayscale: #E2E2E2. Windows color (decimal): -861718 or 15391218. OLE color: 15391218.

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

Color convert

RGB 242 217 234 -
CMYK 0 0.10 0.03 0.05
HSL 319.2º 0.49% 0.9% -
HSV(B) 319.2º 0.1% 0.95% -
XYZ 76.28 74.44 88.19 -
YUV 226.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 242 217 234 0 0.10 0.03 0.05 319.2 0.49 0.9
Hex F2 D9 EA 0 A 3 5 13F 31 5A
Octal 362 331 352 0 12 3 5 477 61 132
Binary 11110010 11011001 11101010 0 1010 11 101 100111111 110001 1011010

Color Harmonies of #F2D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D9EA

Black with #F2D9EA

Text Example


Text Example

White with #F2D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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