Html Css Color HEX #F2CFE2 Classic Rose

📋 copy color: '#F2CFE2'

red 242 ◦ green 207 ◦ blue 226

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

Shades of Classic Rose #F2CFE2

Tints of Classic Rose #F2CFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.48%

R = 35.85%
G = 30.67%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2CFE2 (or 0xF2CFE2) is known color: Classic Rose. HEX triplet: F2, CF and E2. RGB value is (242,207,226). Sum of RGB (Red+Green+Blue) = 242+207+226=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFE2 is #0D301D. Grayscale: #DBDBDB. Windows color (decimal): -864286 or 14864370. OLE color: 14864370.

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

Color convert

RGB 242 207 226 -
CMYK 0 0.14 0.07 0.05
HSL 327.43º 0.57% 0.88% -
HSV(B) 327.43º 0.14% 0.95% -
XYZ 72.66 68.99 81.44 -
YUV 219.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 242 207 226 0 0.14 0.07 0.05 327.43 0.57 0.88
Hex F2 CF E2 0 E 7 5 147 39 58
Octal 362 317 342 0 16 7 5 507 71 130
Binary 11110010 11001111 11100010 0 1110 111 101 101000111 111001 1011000

Color Harmonies of #F2CFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CFE2

Black with #F2CFE2

Text Example


Text Example

White with #F2CFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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