Html Css Color HEX #F8CADB Classic Rose

📋 copy color: '#F8CADB'

red 248 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #F8CADB

Tints of Classic Rose #F8CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.74%

R = 37.07%
G = 30.19%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F8CADB (or 0xF8CADB) is known color: Classic Rose. HEX triplet: F8, CA and DB. RGB value is (248,202,219). Sum of RGB (Red+Green+Blue) = 248+202+219=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CADB is #073524. Grayscale: #D9D9D9. Windows color (decimal): -472357 or 14404344. OLE color: 14404344.

HSL color Cylindrical-coordinate representation of color #F8CADB: hue angle of 337.83º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CADB is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 219 -
CMYK 0 0.19 0.12 0.03
HSL 337.83º 0.77% 0.88% -
HSV(B) 337.83º 0.19% 0.97% -
XYZ 72.62 67.31 76.18 -
YUV 217.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 248 202 219 0 0.19 0.12 0.03 337.83 0.77 0.88
Hex F8 CA DB 0 13 C 3 152 4D 58
Octal 370 312 333 0 23 14 3 522 115 130
Binary 11111000 11001010 11011011 0 10011 1100 11 101010010 1001101 1011000

Color Harmonies of #F8CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CADB

Black with #F8CADB

Text Example


Text Example

White with #F8CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CADB; }

 p { color: rgb(248,202,219); }

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

background-color css

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

 a { background-color: rgb(248,202,219); }

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

border-color css

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

 span { border-color: rgb(248,202,219); }

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