Html Css Color HEX #F2D5E3 Classic Rose

📋 copy color: '#F2D5E3'

red 242 ◦ green 213 ◦ blue 227

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

Shades of Classic Rose #F2D5E3

Tints of Classic Rose #F2D5E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.28%

R = 35.48%
G = 31.23%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2D5E3 (or 0xF2D5E3) is known color: Classic Rose. HEX triplet: F2, D5 and E3. RGB value is (242,213,227). Sum of RGB (Red+Green+Blue) = 242+213+227=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5E3 is #0D2A1C. Grayscale: #DFDFDF. Windows color (decimal): -862749 or 14931442. OLE color: 14931442.

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

Color convert

RGB 242 213 227 -
CMYK 0 0.12 0.06 0.05
HSL 331.03º 0.53% 0.89% -
HSV(B) 331.03º 0.12% 0.95% -
XYZ 74.28 72.01 82.66 -
YUV 223.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 242 213 227 0 0.12 0.06 0.05 331.03 0.53 0.89
Hex F2 D5 E3 0 C 6 5 14B 35 59
Octal 362 325 343 0 14 6 5 513 65 131
Binary 11110010 11010101 11100011 0 1100 110 101 101001011 110101 1011001

Color Harmonies of #F2D5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D5E3

Black with #F2D5E3

Text Example


Text Example

White with #F2D5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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