Html Css Color HEX #F2BFE2 Classic Rose

📋 copy color: '#F2BFE2'

red 242 ◦ green 191 ◦ blue 226

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

Shades of Classic Rose #F2BFE2

Tints of Classic Rose #F2BFE2

RGB

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

 GREEN value IS 191 (75% from 255) = 28.98%

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

R = 36.72%
G = 28.98%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2BFE2 (or 0xF2BFE2) is known color: Classic Rose. HEX triplet: F2, BF and E2. RGB value is (242,191,226). Sum of RGB (Red+Green+Blue) = 242+191+226=659 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.72% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFE2 is #0D401D. Grayscale: #D2D2D2. Windows color (decimal): -868382 or 14860274. OLE color: 14860274.

HSL color Cylindrical-coordinate representation of color #F2BFE2: hue angle of 318.82º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFE2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 226 -
CMYK 0 0.21 0.07 0.05
HSL 318.82º 0.66% 0.85% -
HSV(B) 318.82º 0.21% 0.95% -
XYZ 68.98 61.63 80.21 -
YUV 210.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 242 191 226 0 0.21 0.07 0.05 318.82 0.66 0.85
Hex F2 BF E2 0 15 7 5 13F 42 55
Octal 362 277 342 0 25 7 5 477 102 125
Binary 11110010 10111111 11100010 0 10101 111 101 100111111 1000010 1010101

Color Harmonies of #F2BFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFE2

Black with #F2BFE2

Text Example


Text Example

White with #F2BFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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