Html Css Color HEX #FFC4DA Classic Rose

📋 copy color: '#FFC4DA'

red 255 ◦ green 196 ◦ blue 218

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

Shades of Classic Rose #FFC4DA

Tints of Classic Rose #FFC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.3%

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

R = 38.12%
G = 29.3%
B = 32.59%

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

#FFC4DA (or 0xFFC4DA) is known color: Classic Rose. HEX triplet: FF, C4 and DA. RGB value is (255,196,218). Sum of RGB (Red+Green+Blue) = 255+196+218=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4DA is #003B25. Grayscale: #D8D8D8. Windows color (decimal): -15142 or 14337279. OLE color: 14337279.

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

Color convert

RGB 255 196 218 -
CMYK 0 0.23 0.15 0
HSL 337.63º 1% 0.88% -
HSV(B) 337.63º 0.23% 1% -
XYZ 73.63 65.8 75.15 -
YUV 216.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 255 196 218 0 0.23 0.15 0 337.63 1 0.88
Hex FF C4 DA 0 17 F 0 152 64 58
Octal 377 304 332 0 27 17 0 522 144 130
Binary 11111111 11000100 11011010 0 10111 1111 0 101010010 1100100 1011000

Color Harmonies of #FFC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4DA

Black with #FFC4DA

Text Example


Text Example

White with #FFC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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