Html Css Color HEX #F6BFE7 Classic Rose

📋 copy color: '#F6BFE7'

red 246 ◦ green 191 ◦ blue 231

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

Shades of Classic Rose #F6BFE7

Tints of Classic Rose #F6BFE7

RGB

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

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

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

R = 36.83%
G = 28.59%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F6BFE7 (or 0xF6BFE7) is known color: Classic Rose. HEX triplet: F6, BF and E7. RGB value is (246,191,231). Sum of RGB (Red+Green+Blue) = 246+191+231=668 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.83% from 668); Green value is 191 (75% from 255 or 28.59% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFE7 is #094018. Grayscale: #D3D3D3. Windows color (decimal): -606233 or 15187958. OLE color: 15187958.

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

Color convert

RGB 246 191 231 -
CMYK 0 0.22 0.06 0.04
HSL 316.36º 0.75% 0.86% -
HSV(B) 316.36º 0.22% 0.96% -
XYZ 71.06 62.62 83.94 -
YUV 212.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 246 191 231 0 0.22 0.06 0.04 316.36 0.75 0.86
Hex F6 BF E7 0 16 6 4 13C 4B 56
Octal 366 277 347 0 26 6 4 474 113 126
Binary 11110110 10111111 11100111 0 10110 110 100 100111100 1001011 1010110

Color Harmonies of #F6BFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BFE7

Black with #F6BFE7

Text Example


Text Example

White with #F6BFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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