Html Css Color HEX #F6CADD Classic Rose

📋 copy color: '#F6CADD'

red 246 ◦ green 202 ◦ blue 221

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

Shades of Classic Rose #F6CADD

Tints of Classic Rose #F6CADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 36.77%
G = 30.19%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F6CADD (or 0xF6CADD) is known color: Classic Rose. HEX triplet: F6, CA and DD. RGB value is (246,202,221). Sum of RGB (Red+Green+Blue) = 246+202+221=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CADD is #093522. Grayscale: #D9D9D9. Windows color (decimal): -603427 or 14535414. OLE color: 14535414.

HSL color Cylindrical-coordinate representation of color #F6CADD: hue angle of 334.09º 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 #F6CADD is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 202 221 -
CMYK 0 0.18 0.10 0.04
HSL 334.09º 0.71% 0.88% -
HSV(B) 334.09º 0.18% 0.96% -
XYZ 72.18 67.05 77.55 -
YUV 217.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 246 202 221 0 0.18 0.10 0.04 334.09 0.71 0.88
Hex F6 CA DD 0 12 A 4 14E 47 58
Octal 366 312 335 0 22 12 4 516 107 130
Binary 11110110 11001010 11011101 0 10010 1010 100 101001110 1000111 1011000

Color Harmonies of #F6CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CADD

Black with #F6CADD

Text Example


Text Example

White with #F6CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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