Html Css Color HEX #FAB8CF Cotton Candy

📋 copy color: '#FAB8CF'

red 250 ◦ green 184 ◦ blue 207

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

Shades of Cotton Candy #FAB8CF

Tints of Cotton Candy #FAB8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.71%

 BLUE value IS 207 (81.25% from 255) = 32.29%

R = 39%
G = 28.71%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAB8CF (or 0xFAB8CF) is known color: Cotton Candy. HEX triplet: FA, B8 and CF. RGB value is (250,184,207). Sum of RGB (Red+Green+Blue) = 250+184+207=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB8CF is #054730. Grayscale: #CECECE. Windows color (decimal): -345905 or 13613306. OLE color: 13613306.

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

Color convert

RGB 250 184 207 -
CMYK 0 0.26 0.17 0.02
HSL 339.09º 0.87% 0.85% -
HSV(B) 339.09º 0.26% 0.98% -
XYZ 67.83 59.11 66.87 -
YUV 206.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 250 184 207 0 0.26 0.17 0.02 339.09 0.87 0.85
Hex FA B8 CF 0 1A 11 2 153 57 55
Octal 372 270 317 0 32 21 2 523 127 125
Binary 11111010 10111000 11001111 0 11010 10001 10 101010011 1010111 1010101

Color Harmonies of #FAB8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB8CF

Black with #FAB8CF

Text Example


Text Example

White with #FAB8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB8CF; }

 p { color: rgb(250,184,207); }

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

background-color css

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

 a { background-color: rgb(250,184,207); }

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

border-color css

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

 span { border-color: rgb(250,184,207); }

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