Html Css Color HEX #F5CADC Classic Rose

📋 copy color: '#F5CADC'

red 245 ◦ green 202 ◦ blue 220

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

Shades of Classic Rose #F5CADC

Tints of Classic Rose #F5CADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.98%

R = 36.73%
G = 30.28%
B = 32.98%

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

#F5CADC (or 0xF5CADC) is known color: Classic Rose. HEX triplet: F5, CA and DC. RGB value is (245,202,220). Sum of RGB (Red+Green+Blue) = 245+202+220=667 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.73% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5CADC is #0A3523. Grayscale: #D8D8D8. Windows color (decimal): -668964 or 14469877. OLE color: 14469877.

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

Color convert

RGB 245 202 220 -
CMYK 0 0.18 0.10 0.04
HSL 334.88º 0.68% 0.88% -
HSV(B) 334.88º 0.18% 0.96% -
XYZ 71.69 66.82 76.83 -
YUV 216.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 245 202 220 0 0.18 0.10 0.04 334.88 0.68 0.88
Hex F5 CA DC 0 12 A 4 14F 44 58
Octal 365 312 334 0 22 12 4 517 104 130
Binary 11110101 11001010 11011100 0 10010 1010 100 101001111 1000100 1011000

Color Harmonies of #F5CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CADC

Black with #F5CADC

Text Example


Text Example

White with #F5CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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