Html Css Color HEX #FB269B Persian Rose

📋 copy color: '#FB269B'

red 251 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #FB269B

Tints of Persian Rose #FB269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.56%

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 56.53%
G = 8.56%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB269B (or 0xFB269B) is known color: Persian Rose. HEX triplet: FB, 26 and 9B. RGB value is (251,38,155). Sum of RGB (Red+Green+Blue) = 251+38+155=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB269B is #04D964. Grayscale: #727272. Windows color (decimal): -317797 or 10168059. OLE color: 10168059.

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

Color convert

RGB 251 38 155 -
CMYK 0 0.85 0.38 0.02
HSL 327.04º 0.96% 0.57% -
HSV(B) 327.04º 0.85% 0.98% -
XYZ 46.39 24.26 33.25 -
YUV 115.03 150.57 224.99 -
System Red Green Blue C M Y K H S L
Decimal 251 38 155 0 0.85 0.38 0.02 327.04 0.96 0.57
Hex FB 26 9B 0 55 26 2 147 60 39
Octal 373 46 233 0 125 46 2 507 140 71
Binary 11111011 100110 10011011 0 1010101 100110 10 101000111 1100000 111001

Color Harmonies of #FB269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB269B

Black with #FB269B

Text Example


Text Example

White with #FB269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB269B; }

 p { color: rgb(251,38,155); }

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

background-color css

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

 a { background-color: rgb(251,38,155); }

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

border-color css

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

 span { border-color: rgb(251,38,155); }

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