Html Css Color HEX #F6CAE5 Classic Rose

📋 copy color: '#F6CAE5'

red 246 ◦ green 202 ◦ blue 229

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

Shades of Classic Rose #F6CAE5

Tints of Classic Rose #F6CAE5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.84%

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

R = 36.34%
G = 29.84%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#F6CAE5 (or 0xF6CAE5) is known color: Classic Rose. HEX triplet: F6, CA and E5. RGB value is (246,202,229). Sum of RGB (Red+Green+Blue) = 246+202+229=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CAE5 is #09351A. Grayscale: #DADADA. Windows color (decimal): -603419 or 15059702. OLE color: 15059702.

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

Color convert

RGB 246 202 229 -
CMYK 0 0.18 0.07 0.04
HSL 323.18º 0.71% 0.88% -
HSV(B) 323.18º 0.18% 0.96% -
XYZ 73.27 67.49 83.29 -
YUV 218.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 246 202 229 0 0.18 0.07 0.04 323.18 0.71 0.88
Hex F6 CA E5 0 12 7 4 143 47 58
Octal 366 312 345 0 22 7 4 503 107 130
Binary 11110110 11001010 11100101 0 10010 111 100 101000011 1000111 1011000

Color Harmonies of #F6CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAE5

Black with #F6CAE5

Text Example


Text Example

White with #F6CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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