Html Css Color HEX #F2D0E7 Classic Rose

📋 copy color: '#F2D0E7'

red 242 ◦ green 208 ◦ blue 231

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

Shades of Classic Rose #F2D0E7

Tints of Classic Rose #F2D0E7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.54%

 BLUE value IS 231 (90.63% from 255) = 33.92%

R = 35.54%
G = 30.54%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2D0E7 (or 0xF2D0E7) is known color: Classic Rose. HEX triplet: F2, D0 and E7. RGB value is (242,208,231). Sum of RGB (Red+Green+Blue) = 242+208+231=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 231 (90.62% from 255 or 33.92% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D0E7 is #0D2F18. Grayscale: #DCDCDC. Windows color (decimal): -864025 or 15192306. OLE color: 15192306.

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

Color convert

RGB 242 208 231 -
CMYK 0 0.14 0.05 0.05
HSL 319.41º 0.57% 0.88% -
HSV(B) 319.41º 0.14% 0.95% -
XYZ 73.6 69.76 85.19 -
YUV 220.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 242 208 231 0 0.14 0.05 0.05 319.41 0.57 0.88
Hex F2 D0 E7 0 E 5 5 13F 39 58
Octal 362 320 347 0 16 5 5 477 71 130
Binary 11110010 11010000 11100111 0 1110 101 101 100111111 111001 1011000

Color Harmonies of #F2D0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D0E7

Black with #F2D0E7

Text Example


Text Example

White with #F2D0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D0E7; }

 p { color: rgb(242,208,231); }

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

background-color css

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

 a { background-color: rgb(242,208,231); }

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

border-color css

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

 span { border-color: rgb(242,208,231); }

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