Html Css Color HEX #FFC5DA Classic Rose

📋 copy color: '#FFC5DA'

red 255 ◦ green 197 ◦ blue 218

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

Shades of Classic Rose #FFC5DA

Tints of Classic Rose #FFC5DA

RGB

 RED value IS 255 (100% from 255) = 38.06%

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

 BLUE value IS 218 (85.55% from 255) = 32.54%

R = 38.06%
G = 29.4%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFC5DA (or 0xFFC5DA) is known color: Classic Rose. HEX triplet: FF, C5 and DA. RGB value is (255,197,218). Sum of RGB (Red+Green+Blue) = 255+197+218=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 218 (85.55% from 255 or 32.54% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5DA is #003A25. Grayscale: #D8D8D8. Windows color (decimal): -14886 or 14337535. OLE color: 14337535.

HSL color Cylindrical-coordinate representation of color #FFC5DA: hue angle of 338.28º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5DA is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 197 218 -
CMYK 0 0.23 0.15 0
HSL 338.28º 1% 0.89% -
HSV(B) 338.28º 0.23% 1% -
XYZ 73.86 66.25 75.23 -
YUV 216.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 255 197 218 0 0.23 0.15 0 338.28 1 0.89
Hex FF C5 DA 0 17 F 0 152 64 59
Octal 377 305 332 0 27 17 0 522 144 131
Binary 11111111 11000101 11011010 0 10111 1111 0 101010010 1100100 1011001

Color Harmonies of #FFC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5DA

Black with #FFC5DA

Text Example


Text Example

White with #FFC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5DA; }

 p { color: rgb(255,197,218); }

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

background-color css

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

 a { background-color: rgb(255,197,218); }

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

border-color css

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

 span { border-color: rgb(255,197,218); }

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