Html Css Color HEX #F5CADB Classic Rose

📋 copy color: '#F5CADB'

red 245 ◦ green 202 ◦ blue 219

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

Shades of Classic Rose #F5CADB

Tints of Classic Rose #F5CADB

RGB

 RED value IS 245 (96.09% from 255) = 36.79%

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

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

R = 36.79%
G = 30.33%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5CADB (or 0xF5CADB) is known color: Classic Rose. HEX triplet: F5, CA and DB. RGB value is (245,202,219). Sum of RGB (Red+Green+Blue) = 245+202+219=666 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.79% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADB is #0A3524. Grayscale: #D8D8D8. Windows color (decimal): -668965 or 14404341. OLE color: 14404341.

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

Color convert

RGB 245 202 219 -
CMYK 0 0.18 0.11 0.04
HSL 336.28º 0.68% 0.88% -
HSV(B) 336.28º 0.18% 0.96% -
XYZ 71.56 66.77 76.13 -
YUV 216.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 245 202 219 0 0.18 0.11 0.04 336.28 0.68 0.88
Hex F5 CA DB 0 12 B 4 150 44 58
Octal 365 312 333 0 22 13 4 520 104 130
Binary 11110101 11001010 11011011 0 10010 1011 100 101010000 1000100 1011000

Color Harmonies of #F5CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CADB

Black with #F5CADB

Text Example


Text Example

White with #F5CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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