Html Css Color HEX #F8CDE6 Classic Rose

📋 copy color: '#F8CDE6'

red 248 ◦ green 205 ◦ blue 230

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

Shades of Classic Rose #F8CDE6

Tints of Classic Rose #F8CDE6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.01%

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

R = 36.31%
G = 30.01%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#F8CDE6 (or 0xF8CDE6) is known color: Classic Rose. HEX triplet: F8, CD and E6. RGB value is (248,205,230). Sum of RGB (Red+Green+Blue) = 248+205+230=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 205 (80.47% from 255 or 30.01% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDE6 is #073219. Grayscale: #DCDCDC. Windows color (decimal): -471578 or 15126008. OLE color: 15126008.

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

Color convert

RGB 248 205 230 -
CMYK 0 0.17 0.07 0.03
HSL 325.12º 0.75% 0.89% -
HSV(B) 325.12º 0.17% 0.97% -
XYZ 74.83 69.33 84.3 -
YUV 220.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 248 205 230 0 0.17 0.07 0.03 325.12 0.75 0.89
Hex F8 CD E6 0 11 7 3 145 4B 59
Octal 370 315 346 0 21 7 3 505 113 131
Binary 11111000 11001101 11100110 0 10001 111 11 101000101 1001011 1011001

Color Harmonies of #F8CDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CDE6

Black with #F8CDE6

Text Example


Text Example

White with #F8CDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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