Html Css Color HEX #FAC0D5 Cotton Candy

📋 copy color: '#FAC0D5'

red 250 ◦ green 192 ◦ blue 213

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

Shades of Cotton Candy #FAC0D5

Tints of Cotton Candy #FAC0D5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.31%

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 38.17%
G = 29.31%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FAC0D5 (or 0xFAC0D5) is known color: Cotton Candy. HEX triplet: FA, C0 and D5. RGB value is (250,192,213). Sum of RGB (Red+Green+Blue) = 250+192+213=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0D5 is #053F2A. Grayscale: #D3D3D3. Windows color (decimal): -343851 or 14008570. OLE color: 14008570.

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

Color convert

RGB 250 192 213 -
CMYK 0 0.23 0.15 0.02
HSL 338.28º 0.85% 0.87% -
HSV(B) 338.28º 0.23% 0.98% -
XYZ 70.28 62.83 71.37 -
YUV 211.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 250 192 213 0 0.23 0.15 0.02 338.28 0.85 0.87
Hex FA C0 D5 0 17 F 2 152 55 57
Octal 372 300 325 0 27 17 2 522 125 127
Binary 11111010 11000000 11010101 0 10111 1111 10 101010010 1010101 1010111

Color Harmonies of #FAC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC0D5

Black with #FAC0D5

Text Example


Text Example

White with #FAC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC0D5; }

 p { color: rgb(250,192,213); }

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

background-color css

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

 a { background-color: rgb(250,192,213); }

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

border-color css

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

 span { border-color: rgb(250,192,213); }

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