Html Css Color HEX #F4C5D6 Classic Rose

📋 copy color: '#F4C5D6'

red 244 ◦ green 197 ◦ blue 214

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

Shades of Classic Rose #F4C5D6

Tints of Classic Rose #F4C5D6

RGB

 RED value IS 244 (95.7% from 255) = 37.25%

 GREEN value IS 197 (77.34% from 255) = 30.08%

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 37.25%
G = 30.08%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F4C5D6 (or 0xF4C5D6) is known color: Classic Rose. HEX triplet: F4, C5 and D6. RGB value is (244,197,214). Sum of RGB (Red+Green+Blue) = 244+197+214=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4C5D6 is #0B3A29. Grayscale: #D4D4D4. Windows color (decimal): -735786 or 14075380. OLE color: 14075380.

HSL color Cylindrical-coordinate representation of color #F4C5D6: hue angle of 338.3º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F4C5D6 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 197 214 -
CMYK 0 0.19 0.12 0.04
HSL 338.3º 0.68% 0.86% -
HSV(B) 338.3º 0.19% 0.96% -
XYZ 69.41 64.02 72.32 -
YUV 212.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 244 197 214 0 0.19 0.12 0.04 338.3 0.68 0.86
Hex F4 C5 D6 0 13 C 4 152 44 56
Octal 364 305 326 0 23 14 4 522 104 126
Binary 11110100 11000101 11010110 0 10011 1100 100 101010010 1000100 1010110

Color Harmonies of #F4C5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C5D6

Black with #F4C5D6

Text Example


Text Example

White with #F4C5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C5D6; }

 p { color: rgb(244,197,214); }

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

background-color css

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

 a { background-color: rgb(244,197,214); }

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

border-color css

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

 span { border-color: rgb(244,197,214); }

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