Html Css Color HEX #F883CB Tea Rose

📋 copy color: '#F883CB'

red 248 ◦ green 131 ◦ blue 203

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

Shades of Tea Rose #F883CB

Tints of Tea Rose #F883CB

RGB

 RED value IS 248 (97.27% from 255) = 42.61%

 GREEN value IS 131 (51.56% from 255) = 22.51%

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 42.61%
G = 22.51%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F883CB (or 0xF883CB) is known color: Tea Rose. HEX triplet: F8, 83 and CB. RGB value is (248,131,203). Sum of RGB (Red+Green+Blue) = 248+131+203=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 131 (51.56% from 255 or 22.51% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F883CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883CB is #077C34. Grayscale: #AEAEAE. Windows color (decimal): -490549 or 13337592. OLE color: 13337592.

HSL color Cylindrical-coordinate representation of color #F883CB: hue angle of 323.08º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883CB is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 131 203 -
CMYK 0 0.47 0.18 0.03
HSL 323.08º 0.89% 0.74% -
HSV(B) 323.08º 0.47% 0.97% -
XYZ 57.61 40.5 61.28 -
YUV 174.19 144.26 180.65 -
System Red Green Blue C M Y K H S L
Decimal 248 131 203 0 0.47 0.18 0.03 323.08 0.89 0.74
Hex F8 83 CB 0 2F 12 3 143 59 4A
Octal 370 203 313 0 57 22 3 503 131 112
Binary 11111000 10000011 11001011 0 101111 10010 11 101000011 1011001 1001010

Color Harmonies of #F883CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F883CB

Black with #F883CB

Text Example


Text Example

White with #F883CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F883CB; }

 p { color: rgb(248,131,203); }

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

background-color css

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

 a { background-color: rgb(248,131,203); }

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

border-color css

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

 span { border-color: rgb(248,131,203); }

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