Html Css Color HEX #FDB7E3 Cotton Candy

📋 copy color: '#FDB7E3'

red 253 ◦ green 183 ◦ blue 227

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

Shades of Cotton Candy #FDB7E3

Tints of Cotton Candy #FDB7E3

RGB

 RED value IS 253 (99.22% from 255) = 38.16%

 GREEN value IS 183 (71.88% from 255) = 27.6%

 BLUE value IS 227 (89.06% from 255) = 34.24%

R = 38.16%
G = 27.6%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FDB7E3 (or 0xFDB7E3) is known color: Cotton Candy. HEX triplet: FD, B7 and E3. RGB value is (253,183,227). Sum of RGB (Red+Green+Blue) = 253+183+227=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 227 (89.06% from 255 or 34.24% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB7E3 is #02481C. Grayscale: #D0D0D0. Windows color (decimal): -149533 or 14923773. OLE color: 14923773.

HSL color Cylindrical-coordinate representation of color #FDB7E3: hue angle of 322.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB7E3 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 183 227 -
CMYK 0 0.28 0.10 0.01
HSL 322.29º 0.95% 0.85% -
HSV(B) 322.29º 0.28% 0.99% -
XYZ 71.31 60.3 80.55 -
YUV 208.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 253 183 227 0 0.28 0.10 0.01 322.29 0.95 0.85
Hex FD B7 E3 0 1C A 1 142 5F 55
Octal 375 267 343 0 34 12 1 502 137 125
Binary 11111101 10110111 11100011 0 11100 1010 1 101000010 1011111 1010101

Color Harmonies of #FDB7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7E3

Black with #FDB7E3

Text Example


Text Example

White with #FDB7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7E3; }

 p { color: rgb(253,183,227); }

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

background-color css

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

 a { background-color: rgb(253,183,227); }

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

border-color css

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

 span { border-color: rgb(253,183,227); }

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