Html Css Color HEX #FAC3DA Classic Rose

📋 copy color: '#FAC3DA'

red 250 ◦ green 195 ◦ blue 218

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

Shades of Classic Rose #FAC3DA

Tints of Classic Rose #FAC3DA

RGB

 RED value IS 250 (98.05% from 255) = 37.71%

 GREEN value IS 195 (76.56% from 255) = 29.41%

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

R = 37.71%
G = 29.41%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAC3DA (or 0xFAC3DA) is known color: Classic Rose. HEX triplet: FA, C3 and DA. RGB value is (250,195,218). Sum of RGB (Red+Green+Blue) = 250+195+218=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 195 (76.56% from 255 or 29.41% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DA is #053C25. Grayscale: #D6D6D6. Windows color (decimal): -343078 or 14337018. OLE color: 14337018.

HSL color Cylindrical-coordinate representation of color #FAC3DA: hue angle of 334.91º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3DA is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 195 218 -
CMYK 0 0.22 0.13 0.02
HSL 334.91º 0.85% 0.87% -
HSV(B) 334.91º 0.22% 0.98% -
XYZ 71.59 64.42 74.99 -
YUV 214.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 250 195 218 0 0.22 0.13 0.02 334.91 0.85 0.87
Hex FA C3 DA 0 16 D 2 14F 55 57
Octal 372 303 332 0 26 15 2 517 125 127
Binary 11111010 11000011 11011010 0 10110 1101 10 101001111 1010101 1010111

Color Harmonies of #FAC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC3DA

Black with #FAC3DA

Text Example


Text Example

White with #FAC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC3DA; }

 p { color: rgb(250,195,218); }

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

background-color css

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

 a { background-color: rgb(250,195,218); }

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

border-color css

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

 span { border-color: rgb(250,195,218); }

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