Html Css Color HEX #F8CCE6 Classic Rose

📋 copy color: '#F8CCE6'

red 248 ◦ green 204 ◦ blue 230

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

Shades of Classic Rose #F8CCE6

Tints of Classic Rose #F8CCE6

RGB

 RED value IS 248 (97.27% from 255) = 36.36%

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

 BLUE value IS 230 (90.23% from 255) = 33.72%

R = 36.36%
G = 29.91%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F8CCE6 (or 0xF8CCE6) is known color: Classic Rose. HEX triplet: F8, CC and E6. RGB value is (248,204,230). Sum of RGB (Red+Green+Blue) = 248+204+230=682 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.36% from 682); Green value is 204 (80.08% from 255 or 29.91% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CCE6 is #073319. Grayscale: #DCDCDC. Windows color (decimal): -471834 or 15125752. OLE color: 15125752.

HSL color Cylindrical-coordinate representation of color #F8CCE6: hue angle of 324.55º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCE6 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 230 -
CMYK 0 0.18 0.07 0.03
HSL 324.55º 0.76% 0.89% -
HSV(B) 324.55º 0.18% 0.97% -
XYZ 74.59 68.86 84.22 -
YUV 220.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 248 204 230 0 0.18 0.07 0.03 324.55 0.76 0.89
Hex F8 CC E6 0 12 7 3 145 4C 59
Octal 370 314 346 0 22 7 3 505 114 131
Binary 11111000 11001100 11100110 0 10010 111 11 101000101 1001100 1011001

Color Harmonies of #F8CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCE6

Black with #F8CCE6

Text Example


Text Example

White with #F8CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCE6; }

 p { color: rgb(248,204,230); }

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

background-color css

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

 a { background-color: rgb(248,204,230); }

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

border-color css

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

 span { border-color: rgb(248,204,230); }

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