Html Css Color HEX #F2CFE9 Classic Rose

📋 copy color: '#F2CFE9'

red 242 ◦ green 207 ◦ blue 233

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

Shades of Classic Rose #F2CFE9

Tints of Classic Rose #F2CFE9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.35%

 BLUE value IS 233 (91.41% from 255) = 34.16%

R = 35.48%
G = 30.35%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2CFE9 (or 0xF2CFE9) is known color: Classic Rose. HEX triplet: F2, CF and E9. RGB value is (242,207,233). Sum of RGB (Red+Green+Blue) = 242+207+233=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2CFE9 is #0D3016. Grayscale: #DCDCDC. Windows color (decimal): -864279 or 15323122. OLE color: 15323122.

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

Color convert

RGB 242 207 233 -
CMYK 0 0.14 0.04 0.05
HSL 315.43º 0.57% 0.88% -
HSV(B) 315.43º 0.14% 0.95% -
XYZ 73.64 69.39 86.6 -
YUV 220.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 242 207 233 0 0.14 0.04 0.05 315.43 0.57 0.88
Hex F2 CF E9 0 E 4 5 13B 39 58
Octal 362 317 351 0 16 4 5 473 71 130
Binary 11110010 11001111 11101001 0 1110 100 101 100111011 111001 1011000

Color Harmonies of #F2CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFE9

Black with #F2CFE9

Text Example


Text Example

White with #F2CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFE9; }

 p { color: rgb(242,207,233); }

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

background-color css

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

 a { background-color: rgb(242,207,233); }

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

border-color css

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

 span { border-color: rgb(242,207,233); }

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