Html Css Color HEX #F6BFE2 Classic Rose

📋 copy color: '#F6BFE2'

red 246 ◦ green 191 ◦ blue 226

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

Shades of Classic Rose #F6BFE2

Tints of Classic Rose #F6BFE2

RGB

 RED value IS 246 (96.48% from 255) = 37.1%

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

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

R = 37.1%
G = 28.81%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6BFE2 (or 0xF6BFE2) is known color: Classic Rose. HEX triplet: F6, BF and E2. RGB value is (246,191,226). Sum of RGB (Red+Green+Blue) = 246+191+226=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 191 (75% from 255 or 28.81% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BFE2 is #09401D. Grayscale: #D3D3D3. Windows color (decimal): -606238 or 14860278. OLE color: 14860278.

HSL color Cylindrical-coordinate representation of color #F6BFE2: hue angle of 321.82º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFE2 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 191 226 -
CMYK 0 0.22 0.08 0.04
HSL 321.82º 0.75% 0.86% -
HSV(B) 321.82º 0.22% 0.96% -
XYZ 70.36 62.35 80.28 -
YUV 211.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 246 191 226 0 0.22 0.08 0.04 321.82 0.75 0.86
Hex F6 BF E2 0 16 8 4 142 4B 56
Octal 366 277 342 0 26 10 4 502 113 126
Binary 11110110 10111111 11100010 0 10110 1000 100 101000010 1001011 1010110

Color Harmonies of #F6BFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFE2

Black with #F6BFE2

Text Example


Text Example

White with #F6BFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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