Html Css Color HEX #F2CCE7 Classic Rose

📋 copy color: '#F2CCE7'

red 242 ◦ green 204 ◦ blue 231

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

Shades of Classic Rose #F2CCE7

Tints of Classic Rose #F2CCE7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.13%

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

R = 35.75%
G = 30.13%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2CCE7 (or 0xF2CCE7) is known color: Classic Rose. HEX triplet: F2, CC and E7. RGB value is (242,204,231). Sum of RGB (Red+Green+Blue) = 242+204+231=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 231 (90.62% from 255 or 34.12% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CCE7 is #0D3318. Grayscale: #DADADA. Windows color (decimal): -865049 or 15191282. OLE color: 15191282.

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

Color convert

RGB 242 204 231 -
CMYK 0 0.16 0.05 0.05
HSL 317.37º 0.59% 0.87% -
HSV(B) 317.37º 0.16% 0.95% -
XYZ 72.63 67.83 84.87 -
YUV 218.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 242 204 231 0 0.16 0.05 0.05 317.37 0.59 0.87
Hex F2 CC E7 0 10 5 5 13D 3B 57
Octal 362 314 347 0 20 5 5 475 73 127
Binary 11110010 11001100 11100111 0 10000 101 101 100111101 111011 1010111

Color Harmonies of #F2CCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CCE7

Black with #F2CCE7

Text Example


Text Example

White with #F2CCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CCE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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