Html Css Color HEX #FEB3D2 Cotton Candy

📋 copy color: '#FEB3D2'

red 254 ◦ green 179 ◦ blue 210

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

Shades of Cotton Candy #FEB3D2

Tints of Cotton Candy #FEB3D2

RGB

 RED value IS 254 (99.61% from 255) = 39.5%

 GREEN value IS 179 (70.31% from 255) = 27.84%

 BLUE value IS 210 (82.42% from 255) = 32.66%

R = 39.5%
G = 27.84%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEB3D2 (or 0xFEB3D2) is known color: Cotton Candy. HEX triplet: FE, B3 and D2. RGB value is (254,179,210). Sum of RGB (Red+Green+Blue) = 254+179+210=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 179 (70.31% from 255 or 27.84% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB3D2 is #014C2D. Grayscale: #CCCCCC. Windows color (decimal): -85038 or 13808638. OLE color: 13808638.

HSL color Cylindrical-coordinate representation of color #FEB3D2: hue angle of 335.2º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB3D2 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 179 210 -
CMYK 0 0.30 0.17 0.00
HSL 335.2º 0.97% 0.85% -
HSV(B) 335.2º 0.3% 1% -
XYZ 68.63 57.96 68.54 -
YUV 204.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 254 179 210 0 0.30 0.17 0.00 335.2 0.97 0.85
Hex FE B3 D2 0 1E 11 0 14F 61 55
Octal 376 263 322 0 36 21 0 517 141 125
Binary 11111110 10110011 11010010 0 11110 10001 0 101001111 1100001 1010101

Color Harmonies of #FEB3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3D2

Black with #FEB3D2

Text Example


Text Example

White with #FEB3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3D2; }

 p { color: rgb(254,179,210); }

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

background-color css

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

 a { background-color: rgb(254,179,210); }

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

border-color css

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

 span { border-color: rgb(254,179,210); }

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