Html Css Color HEX #F6CFE3 Classic Rose

📋 copy color: '#F6CFE3'

red 246 ◦ green 207 ◦ blue 227

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

Shades of Classic Rose #F6CFE3

Tints of Classic Rose #F6CFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.38%

R = 36.18%
G = 30.44%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F6CFE3 (or 0xF6CFE3) is known color: Classic Rose. HEX triplet: F6, CF and E3. RGB value is (246,207,227). Sum of RGB (Red+Green+Blue) = 246+207+227=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 207 (81.25% from 255 or 30.44% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFE3 is #09301C. Grayscale: #DCDCDC. Windows color (decimal): -602141 or 14929910. OLE color: 14929910.

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

Color convert

RGB 246 207 227 -
CMYK 0 0.16 0.08 0.04
HSL 329.23º 0.68% 0.89% -
HSV(B) 329.23º 0.16% 0.96% -
XYZ 74.18 69.76 82.23 -
YUV 220.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 246 207 227 0 0.16 0.08 0.04 329.23 0.68 0.89
Hex F6 CF E3 0 10 8 4 149 44 59
Octal 366 317 343 0 20 10 4 511 104 131
Binary 11110110 11001111 11100011 0 10000 1000 100 101001001 1000100 1011001

Color Harmonies of #F6CFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFE3

Black with #F6CFE3

Text Example


Text Example

White with #F6CFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFE3; }

 p { color: rgb(246,207,227); }

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

background-color css

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

 a { background-color: rgb(246,207,227); }

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

border-color css

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

 span { border-color: rgb(246,207,227); }

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