Html Css Color HEX #F8CBEB Classic Rose

📋 copy color: '#F8CBEB'

red 248 ◦ green 203 ◦ blue 235

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

Shades of Classic Rose #F8CBEB

Tints of Classic Rose #F8CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.59%

 BLUE value IS 235 (92.19% from 255) = 34.26%

R = 36.15%
G = 29.59%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F8CBEB (or 0xF8CBEB) is known color: Classic Rose. HEX triplet: F8, CB and EB. RGB value is (248,203,235). Sum of RGB (Red+Green+Blue) = 248+203+235=686 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.15% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CBEB is #073414. Grayscale: #DCDCDC. Windows color (decimal): -472085 or 15453176. OLE color: 15453176.

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

Color convert

RGB 248 203 235 -
CMYK 0 0.18 0.05 0.03
HSL 317.33º 0.76% 0.88% -
HSV(B) 317.33º 0.18% 0.97% -
XYZ 75.06 68.67 87.89 -
YUV 220.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 248 203 235 0 0.18 0.05 0.03 317.33 0.76 0.88
Hex F8 CB EB 0 12 5 3 13D 4C 58
Octal 370 313 353 0 22 5 3 475 114 130
Binary 11111000 11001011 11101011 0 10010 101 11 100111101 1001100 1011000

Color Harmonies of #F8CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CBEB

Black with #F8CBEB

Text Example


Text Example

White with #F8CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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