Html Css Color HEX #FB66ED Pink Flamingo

📋 copy color: '#FB66ED'

red 251 ◦ green 102 ◦ blue 237

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

Shades of Pink Flamingo #FB66ED

Tints of Pink Flamingo #FB66ED

RGB

 RED value IS 251 (98.44% from 255) = 42.54%

 GREEN value IS 102 (40.23% from 255) = 17.29%

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 42.54%
G = 17.29%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB66ED (or 0xFB66ED) is known color: Pink Flamingo. HEX triplet: FB, 66 and ED. RGB value is (251,102,237). Sum of RGB (Red+Green+Blue) = 251+102+237=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 102 (40.23% from 255 or 17.29% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB66ED is #049912. Grayscale: #A1A1A1. Windows color (decimal): -301331 or 15558395. OLE color: 15558395.

HSL color Cylindrical-coordinate representation of color #FB66ED: hue angle of 305.64º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66ED is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 102 237 -
CMYK 0 0.59 0.06 0.02
HSL 305.64º 0.95% 0.69% -
HSV(B) 305.64º 0.59% 0.98% -
XYZ 59.82 36.13 83.94 -
YUV 161.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 251 102 237 0 0.59 0.06 0.02 305.64 0.95 0.69
Hex FB 66 ED 0 3B 6 2 132 5F 45
Octal 373 146 355 0 73 6 2 462 137 105
Binary 11111011 1100110 11101101 0 111011 110 10 100110010 1011111 1000101

Color Harmonies of #FB66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB66ED

Black with #FB66ED

Text Example


Text Example

White with #FB66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB66ED; }

 p { color: rgb(251,102,237); }

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

background-color css

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

 a { background-color: rgb(251,102,237); }

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

border-color css

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

 span { border-color: rgb(251,102,237); }

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