Html Css Color HEX #F6CEE5 Classic Rose

📋 copy color: '#F6CEE5'

red 246 ◦ green 206 ◦ blue 229

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

Shades of Classic Rose #F6CEE5

Tints of Classic Rose #F6CEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.25%

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

R = 36.12%
G = 30.25%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6CEE5 (or 0xF6CEE5) is known color: Classic Rose. HEX triplet: F6, CE and E5. RGB value is (246,206,229). Sum of RGB (Red+Green+Blue) = 246+206+229=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 206 (80.86% from 255 or 30.25% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEE5 is #09311A. Grayscale: #DCDCDC. Windows color (decimal): -602395 or 15060726. OLE color: 15060726.

HSL color Cylindrical-coordinate representation of color #F6CEE5: hue angle of 325.5º degrees, saturation: 0.69, 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 #F6CEE5 is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 206 229 -
CMYK 0 0.16 0.07 0.04
HSL 325.5º 0.69% 0.89% -
HSV(B) 325.5º 0.16% 0.96% -
XYZ 74.22 69.39 83.61 -
YUV 220.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 246 206 229 0 0.16 0.07 0.04 325.5 0.69 0.89
Hex F6 CE E5 0 10 7 4 146 45 59
Octal 366 316 345 0 20 7 4 506 105 131
Binary 11110110 11001110 11100101 0 10000 111 100 101000110 1000101 1011001

Color Harmonies of #F6CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEE5

Black with #F6CEE5

Text Example


Text Example

White with #F6CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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