Html Css Color HEX #F6C3E9 Classic Rose

📋 copy color: '#F6C3E9'

red 246 ◦ green 195 ◦ blue 233

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

Shades of Classic Rose #F6C3E9

Tints of Classic Rose #F6C3E9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.93%

 BLUE value IS 233 (91.41% from 255) = 34.57%

R = 36.5%
G = 28.93%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F6C3E9 (or 0xF6C3E9) is known color: Classic Rose. HEX triplet: F6, C3 and E9. RGB value is (246,195,233). Sum of RGB (Red+Green+Blue) = 246+195+233=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C3E9 is #093C16. Grayscale: #D6D6D6. Windows color (decimal): -605207 or 15320054. OLE color: 15320054.

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

Color convert

RGB 246 195 233 -
CMYK 0 0.21 0.05 0.04
HSL 315.29º 0.74% 0.86% -
HSV(B) 315.29º 0.21% 0.96% -
XYZ 72.23 64.51 85.73 -
YUV 214.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 246 195 233 0 0.21 0.05 0.04 315.29 0.74 0.86
Hex F6 C3 E9 0 15 5 4 13B 4A 56
Octal 366 303 351 0 25 5 4 473 112 126
Binary 11110110 11000011 11101001 0 10101 101 100 100111011 1001010 1010110

Color Harmonies of #F6C3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C3E9

Black with #F6C3E9

Text Example


Text Example

White with #F6C3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C3E9; }

 p { color: rgb(246,195,233); }

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

background-color css

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

 a { background-color: rgb(246,195,233); }

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

border-color css

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

 span { border-color: rgb(246,195,233); }

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