Html Css Color HEX #F6CCE5 Classic Rose

📋 copy color: '#F6CCE5'

red 246 ◦ green 204 ◦ blue 229

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

Shades of Classic Rose #F6CCE5

Tints of Classic Rose #F6CCE5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.04%

 BLUE value IS 229 (89.84% from 255) = 33.73%

R = 36.23%
G = 30.04%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6CCE5 (or 0xF6CCE5) is known color: Classic Rose. HEX triplet: F6, CC and E5. RGB value is (246,204,229). Sum of RGB (Red+Green+Blue) = 246+204+229=679 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.23% from 679); Green value is 204 (80.08% from 255 or 30.04% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCE5 is #09331A. Grayscale: #DBDBDB. Windows color (decimal): -602907 or 15060214. OLE color: 15060214.

HSL color Cylindrical-coordinate representation of color #F6CCE5: hue angle of 324.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCE5 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 204 229 -
CMYK 0 0.17 0.07 0.04
HSL 324.29º 0.7% 0.88% -
HSV(B) 324.29º 0.17% 0.96% -
XYZ 73.74 68.44 83.45 -
YUV 219.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 246 204 229 0 0.17 0.07 0.04 324.29 0.7 0.88
Hex F6 CC E5 0 11 7 4 144 46 58
Octal 366 314 345 0 21 7 4 504 106 130
Binary 11110110 11001100 11100101 0 10001 111 100 101000100 1000110 1011000

Color Harmonies of #F6CCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CCE5

Black with #F6CCE5

Text Example


Text Example

White with #F6CCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CCE5; }

 p { color: rgb(246,204,229); }

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

background-color css

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

 a { background-color: rgb(246,204,229); }

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

border-color css

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

 span { border-color: rgb(246,204,229); }

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