Html Css Color HEX #FFB4E1 Cotton Candy

📋 copy color: '#FFB4E1'

red 255 ◦ green 180 ◦ blue 225

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

Shades of Cotton Candy #FFB4E1

Tints of Cotton Candy #FFB4E1

RGB

 RED value IS 255 (100% from 255) = 38.64%

 GREEN value IS 180 (70.7% from 255) = 27.27%

 BLUE value IS 225 (88.28% from 255) = 34.09%

R = 38.64%
G = 27.27%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFB4E1 (or 0xFFB4E1) is known color: Cotton Candy. HEX triplet: FF, B4 and E1. RGB value is (255,180,225). Sum of RGB (Red+Green+Blue) = 255+180+225=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 180 (70.70% from 255 or 27.27% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4E1 is #004B1E. Grayscale: #CFCFCF. Windows color (decimal): -19231 or 14791935. OLE color: 14791935.

HSL color Cylindrical-coordinate representation of color #FFB4E1: hue angle of 324º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4E1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 225 -
CMYK 0 0.29 0.12 0
HSL 324º 1% 0.85% -
HSV(B) 324º 0.29% 1% -
XYZ 71.15 59.34 78.94 -
YUV 207.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 255 180 225 0 0.29 0.12 0 324 1 0.85
Hex FF B4 E1 0 1D C 0 144 64 55
Octal 377 264 341 0 35 14 0 504 144 125
Binary 11111111 10110100 11100001 0 11101 1100 0 101000100 1100100 1010101

Color Harmonies of #FFB4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB4E1

Black with #FFB4E1

Text Example


Text Example

White with #FFB4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB4E1; }

 p { color: rgb(255,180,225); }

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

background-color css

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

 a { background-color: rgb(255,180,225); }

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

border-color css

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

 span { border-color: rgb(255,180,225); }

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